Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Acid - final release

Name: FrozenVoid 2011-10-28 11:50

Optimized quasicrystal code: full window size render ~17 seconds for 30 frames
http://pastebin.com/fjLQnbkB

Name: Anonymous 2011-11-06 1:01

"I'm waiting when JS will get native Int32 type"

is that ever going to happen? there's no mention of it on the harmony wiki for example

Name: FrozenVoid !!mJCwdV5J0Xy2A21 2011-11-06 1:20

Name: FrozenVoid !!mJCwdV5J0Xy2A21 2011-11-06 1:29

You can see they practically can add this feature easily by yourself.
https://developer.mozilla.org/en/js-ctypes/Using_js-ctypes/Working_with_data

Name: FrozenVoid !!mJCwdV5J0Xy2A21 2011-11-06 1:33

uint32_t     Unsigned 32-bit integer.
int64_t     Signed 64-bit integer.
These are the ones i want supported and not in the way with Int64 "object"
Note: Some 64-bit values are outside the range of numeric values supported by JavaScript. Because of this, ctypes.int64 and ctypes.uint64 do not automatically convert to JavaScript numbers. Instead, they convert to objects of the wrapper types ctypes.Int64 and ctypes.UInt64, which are JavaScript objects rather than CData objects. See 64-bit integers for details.

Name: FrozenVoid !!mJCwdV5J0Xy2A21 2011-11-06 1:36

https://wiki.mozilla.org/JSctypes
They only provide it to extension developers

Name: FrozenVoid !!mJCwdV5J0Xy2A21 2011-11-06 1:41

Mozilla is retarded, they are sitting on a technology that enables C-level performance without any hacks.
They still insist all JS cludges need to be preserved and every interaction with a datatype is done on objects rather than JITting opcodes to primitive C types(which all the code eventually does in some way, since Sepples is not a magical sandbox).

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List