arr = new ArrayBuffer(4)
arrInt = new Uint32Array(arr)
t0 = performance.now(); for (; arrInt[0]
On Windows it takes 2.5 secs even on old chrome versions, while it never finishes on the latest FF. The latter's call stack says firefox.exe!TargetNtUnmapViewOfSection(), xul.dll!get_stored_pointer. I wonder if that happens on other platforms?Update - on my Android: Chrome: 7.5 secs, forever on FF. Weird. If I say a var is typed it should work faster.