1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-03 05:22:08 +00:00
serenity/Userland/Libraries/LibJS/Bytecode
Andreas Kling b8a5ea1f8d Revert "LibJS: Add bytecode instruction handles"
This reverts commit a01bd35c67.

This broke simple programs like:

function sum(a, b) { return a + b; }
console.log(sum(1, 2));
2021-06-09 00:50:42 +02:00
..
ASTCodegen.cpp Revert "LibJS: Add bytecode instruction handles" 2021-06-09 00:50:42 +02:00
Block.cpp Revert "LibJS: Add bytecode instruction handles" 2021-06-09 00:50:42 +02:00
Block.h Revert "LibJS: Add bytecode instruction handles" 2021-06-09 00:50:42 +02:00
Generator.cpp Revert "LibJS: Add bytecode instruction handles" 2021-06-09 00:50:42 +02:00
Generator.h Revert "LibJS: Add bytecode instruction handles" 2021-06-09 00:50:42 +02:00
Instruction.cpp Revert "LibJS: Add bytecode instruction handles" 2021-06-09 00:50:42 +02:00
Instruction.h Revert "LibJS: Add bytecode instruction handles" 2021-06-09 00:50:42 +02:00
Interpreter.cpp LibJS: Move bytecode debug spam behind JS_BYTECODE_DEBUG :^) 2021-06-07 18:11:59 +02:00
Interpreter.h LibJS: Introduce an accumulator register to Bytecode::Interpreter 2021-06-08 21:00:12 +02:00
Label.h LibJS: Devirtualize and pack the bytecode stream :^) 2021-06-07 18:11:59 +02:00
Op.cpp LibJS: Introduce an accumulator register to Bytecode::Interpreter 2021-06-08 21:00:12 +02:00
Op.h LibJS: Introduce an accumulator register to Bytecode::Interpreter 2021-06-08 21:00:12 +02:00
Register.h LibJS: Introduce an accumulator register to Bytecode::Interpreter 2021-06-08 21:00:12 +02:00