• yangguo's avatar
    Serializer: simplify external reference encoding. · a8e82da6
    yangguo authored
    External references are encoded as a tuple of type and ID. This
    requires both the external reference encode and the decoder to
    create a mapping between the encoding and the external reference
    table index.
    
    Instead, we simply use the external reference table index as
    encoding.
    
    We now also assume that there are no duplicate entries. Existing
    duplicates have been removed in this change.
    
    R=vogelheim@chromium.org
    
    Review URL: https://codereview.chromium.org/982773003
    
    Cr-Commit-Position: refs/heads/master@{#27033}
    a8e82da6
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...