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
This directory is the EVM. Core files to understand execution flow: 1. interpreter.go - runs bytecode 2. instructions.go - defines opcode behavior 3. jump_table.go - maps opcodes 4. gas_table.go - defines gas costs 5. evm.go - how execution is invoked https://t.co/26zEuq0Zfj
2
3
44
Technical breakdown of CVE-2025-6554: bug in V8’s Ignition bytecode generator leading to out-of-bounds array corruption. https://t.co/XwOJY0GD62
#infosec
4
23
147
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
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
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
@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
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
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
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
10
"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
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
FHEVM by @zama is setting a new benchmark for what “private by default” should look like on-chain — same Solidity workflows, fully encrypted execution end-to-end 🔒✨ Here’s the real value for builders: ❄️ Native Solidity → Encrypted Bytecode No new frameworks. No new design
1
4
6
Okay as promised - my ByteCode Based Swift inspired Interpreted Language (Swiftly) is now Open Source https://t.co/XhwT8cLqVB
0
1
2