- From: littledan <notifications@github.com>
- Date: Wed, 24 Aug 2016 16:41:57 -0700
- To: heycam/webidl <webidl@noreply.github.com>
Received on Wednesday, 24 August 2016 23:42:54 UTC
test262 does include tests for this (thanks @leobalter) but I'm still concerned about web compatibility. I haven't figured out how to instrument TypedArrays to measure whether detached TypedArrays are ever accessed without decreasing TypedArray performance (we set the length to 0 and bounds checks handle accesses, so we don't need a separate detached check), so I'm not sure how to get the information from telemetry. Does anyone else have an idea for how to get solid data on this question? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/issues/151#issuecomment-242241716
Received on Wednesday, 24 August 2016 23:42:54 UTC