Explore tweets tagged as #Bytecode
Mastering Java Agents and Bytecode Manipulation: Build Your Own Runtime Instrumentation Tool: Java Agents allow you to instrument and modify Java classes at load time or even at runtime without changing the original source code. Combined with powerful bytecode libraries (Byte
0
13
123
Dengan harga RAM yang saat ini lagi mahal banget, bahasa pemrograman yang JIT-compiled (Java, C#, dll) mungkin kedepannya akan jadi less favored ya. Kenapa ? Ya karena butuh memory untuk jalanin "virtual machine" yang akan meng-compile bytecode aplikasi kita menjadi native code
3
11
76
Particle system scripted in a custom language with a custom compiler, written in a custom editor within the game engine - everything homemade. Compiled into bytecode, simulated on CPU, VM is multithreaded, SIMD-ified, and SOA-ified.
27
28
645
"it's just a jpeg." no, actually it's: an immutable smart contract program running on the world computer, reconstructing 500kb of avif-compressed images from bytecode chunks, appending them into a dynamically allocated memory buffer, injecting them as layers in a javascript
7
3
32
Infinit | AI Compute Virtual Machine (AIC-VM) @infinit_ai unveils a virtual machine designed for executing AI tasks natively onchain. Runs AI models as bytecode in a decentralized compute layer Each inference verifiable via zk proof of execution Supports modular integration
7
0
5
What everyone does ≠ what is safest DeFi security isn’t only about audits. It’s about deployment. After living the pain of manual bytecode verification, @0xmikko_eth explains how Gearbox built an on-chain GitHub for bytecode. An entire risk layer cut at the root. Worth the
0
1
9
How Stylus Executes WASM Alongside the EVM Stylus doesn’t replace the EVM. Instead, it introduces a parallel WASM runtime that works inside the same Arbitrum Nitro environment. 1. Dual Runtimes •EVM bytecode runs in the standard EVM interpreter •WASM bytecode runs in the
0
0
9
@marcopolo2027 @aerostrategyfi Bytecode collective lists the project on their website ( https://t.co/JqglmPUlvm) and I believe the core dev is @etnom.
1
0
3
The game compiles the in-game visual language into a bytecode-like lower level language. Then it executes that bytecode to perform the player's algorithm #gamedev #indiegame #indiedev
1
1
10
Ever wondered why your #Java method misbehaves? javap -c lets you read the raw instructions your method compiles into. Mahendra Rao explains how each bytecode line reveals control flow, variables & stack ops. Want to debug beneath your IDE? https://t.co/hLnG51cLyW
#Bytecode
0
2
4
How Java Performs Just-In-Time Compilation Java balances portability and performance by using Just-In-Time (JIT) Compilation inside the JVM to convert bytecode into optimized machine code at runtime. At runtime: → Java source code is first compiled into platform-independent
16
18
172
Seismic is Ethereum compatible but privacy native. What stays the same 👇 • Same transaction construction & serialization • Same gas model and EIP-1559 fees • Same address generation & signing • Standard Solidity bytecode works identically • All Ethereum opcodes &
4
0
10
Decibel tập trung vào các giải pháp EVM compatible để tối đa hóa khả năng tiếp cận. @DecibelTrade Tiêu chuẩn Bytecode EVM: Các hợp đồng của Decibel được biên dịch thành Bytecode tương thích 100% với Máy ảo Ethereum (EVM). Lợi ích Logic: Điều này cho phép
0
0
3
"HVE" HyperView Event bytecode encoding. Event input main encodes even into bytecodes. Status quo is window blocks till event handler returns. This means other critical functions are blocked. 😨
2
0
3