Files
Tony 57b27a7b44 Refactor Dart runtime to replace DART_DYNAMIC_MODULES with DART_BYTECODE_INTERPRETER
- Updated conditional compilation flags throughout the runtime codebase to transition from DART_DYNAMIC_MODULES to DART_BYTECODE_INTERPRETER.
- Adjusted logic in various files including object_graph_copy.cc, object_reload.cc, profiler.cc, and others to ensure compatibility with the new interpreter model.
- Ensured that all references to dynamic modules are replaced with bytecode interpreter checks, maintaining functionality for interpreted code execution.
- Modified stack frame handling and service-related code to align with the new interpreter architecture.
- Updated tests and service implementations to reflect the changes in the runtime environment.

Signed-off-by: Tony <tonylu@tony-cloud.com>
2026-06-25 01:58:41 +08:00
..
2026-06-02 16:47:34 -07:00
2025-09-15 01:41:38 -07:00
2023-01-25 14:08:27 +00:00
2023-01-06 07:48:22 +00:00
2024-07-30 18:08:46 +00:00
2023-04-18 20:56:00 +00:00
2026-05-18 11:35:03 -07:00
2023-01-16 15:12:38 +00:00
2023-01-16 15:12:38 +00:00
2026-05-18 11:35:03 -07:00
2026-05-18 11:35:03 -07:00
2026-05-18 11:35:03 -07:00
2025-10-29 07:25:33 -07:00