Andreas Kling
2ca7dfa649
LibJS: Move bytecode interpreter state to VM
...
The bytecode interpreter only needed the running execution context,
but still threaded a separate Interpreter object through both the C++
and asm entry points. Move that state and the bytecode execution
helpers onto VM instead, and teach the asm generator and slow paths to
use VM directly.
2026-04-13 18:29:43 +02:00
..
2026-04-13 18:29:43 +02:00
2025-11-21 09:46:03 +01:00
2026-03-19 21:55:10 -05:00
2025-11-30 11:54:54 +01:00
2026-04-12 19:15:50 +02:00
2026-04-12 19:15:50 +02:00
2026-02-11 23:57:41 +01:00
2026-04-13 18:29:43 +02:00
2026-04-10 15:12:53 +02:00
2026-04-10 15:12:53 +02:00
2026-03-20 00:51:23 -05:00
2025-08-05 07:07:15 -04:00
2026-03-20 12:03:36 +01:00
2025-12-09 21:44:13 -06:00
2026-02-23 13:10:03 +01:00
2026-04-13 18:29:43 +02:00
2025-07-22 11:51:29 -04:00
2026-03-20 12:03:36 +01:00
2026-03-19 21:55:10 -05:00
2025-12-11 14:34:45 -06:00
2026-03-20 12:03:36 +01:00
2026-04-10 15:12:53 +02:00
2026-04-10 15:12:53 +02:00
2026-03-04 18:53:12 +01:00
2026-03-27 17:32:19 +01:00
2026-03-27 17:32:19 +01:00
2026-02-09 16:35:39 +01:00
2025-08-14 10:27:08 +02:00
2026-03-20 12:03:36 +01:00