mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 05:37:56 +00:00
4aa820bbf5
This is a reland of https://dart-review.googlesource.com/c/sdk/+/113123 after stack overflow in the interpreter was fixed in https://dart-review.googlesource.com/c/sdk/+/117061 Original change's description: Temporary setting of FLAG_enable_interpreter is avoided in the VM unit tests as this flag is global and used by kernel service isolate while running tests. Flipping this flag causes assertion failures in kernel isolate's background compiler or infinite loop between LazyCompile stub and CompileFunction as AttachBytecode doesn't set entry point to InterpretCall. The less intrusive way to ensure compilation of functions in unit tests is to set FLAG_compilation_counter_threshold to 0. Change-Id: Ibbcf4b5bb0df558851c80cfa40a9a54f949dd187 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/117122 Reviewed-by: Régis Crelier <regis@google.com> Commit-Queue: Alexander Markov <alexmarkov@google.com> |
||
---|---|---|
.. | ||
BUILD.gn |