Status: Assigned
Owner: [email protected]
CC: [email protected]
Labels: Type-Bug Priority-High Harmony
New issue 4182 by [email protected]: Hold information about various
TypedArray types in an out-of-line table
https://code.google.com/p/v8/issues/detail?id=4182
The ES6 spec is always referring to Table 49 in how TypedArrays should act.
We don't have such a table internally; instead, in some places, we generate
multiple functions (e.g., for the constructors, for subarray) to build in
different constants, and in some marginal places, we look them up at
runtime in a way that's observably imperfect (see the comment at the top of
ConstructTypedArray). Ideally this should be fixed before the new
TypedArrays methods ship.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.