dart-sdk/pkg/vm
Alexander Markov 3ba5aa8ba7 [vm/bytecode] Support SymbolConstant nodes in bytecode pipeline
After 609d2770be
constant evaluator produces SymbolConstant nodes.

This CL adds handling of SymbolConstant nodes to bytecode generator by
emitting a new constant pool entry. Constant pool reader is adjusted to
read new constant pool entry.

Change-Id: Idc1e91e765014b3290d80e5a3743448b8a0f472c
Reviewed-on: https://dart-review.googlesource.com/74322
Commit-Queue: Alexander Markov <alexmarkov@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
Reviewed-by: Régis Crelier <regis@google.com>
2018-09-11 17:54:16 +00:00
..
bin Train kernel-service on Windows 2018-09-07 14:31:03 +00:00
lib [vm/bytecode] Support SymbolConstant nodes in bytecode pipeline 2018-09-11 17:54:16 +00:00
test [vm] Tweak path/uri so test passes on Windows. 2018-09-05 20:30:32 +00:00
testcases [vm/bytecode] Support SymbolConstant nodes in bytecode pipeline 2018-09-11 17:54:16 +00:00
tool [vm/kernel/bytecode] Generate bytecode for platform when building SDK in --bytecode mode 2018-08-16 18:01:17 +00:00
analysis_options.yaml [VM] Move kernel service to pkg/vm, populate pkg/vm with necessary files 2017-11-17 17:45:03 +00:00
LICENSE [VM] Move kernel service to pkg/vm, populate pkg/vm with necessary files 2017-11-17 17:45:03 +00:00
pubspec.yaml pkg:build_integration: clarify that' it's not planned to be published 2018-06-26 01:12:57 +00:00
README.md [VM] Add VM specific package pkg/vm and use it to host transitionary wrappers. 2017-11-14 21:06:54 +00:00

This package hosts VM specific Dart code and helper scripts.