DescriptionImplemented encoding af a Dart_CMessage structure into a Dart message. Currently supported types are:
Boolean
Smi
Double
String
Array
The encoding uses the upper bits of the Dart_CObject type field for "marking" already written objects with their object id for generating backward references. After serialization these mark are removed.
Added the API Dart_PostCMessage for encoding and posting a Dart_CMessage structure.
Removed the API Dart_PostIntArray and used Dart_PostCMessage instead.
R=asive@google.com,turnidge@google.com
BUG=
TEST=
Committed: https://code.google.com/p/dart/source/detail?r=3947
Patch Set 1 #
Total comments: 4
Patch Set 2 : Added new API Dart_PostCMessage #
Total comments: 6
Patch Set 3 : Addressed review comments from asiva@ #
Total comments: 2
Messages
Total messages: 8 (0 generated)
|