mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
859 B
27 lines
859 B
--- !ditz.rubyforge.org,2008-03-06/issue
|
|
title: support for a 64-bit signed/unsigned plain type
|
|
desc: |-
|
|
Some API bindings would benefit from being able to pass around 64-bit
|
|
signed and unsigned values without precision loss.
|
|
|
|
Ideally such a type would probably be a different type from C perspective
|
|
but behave like a number from Ecmascript perspective (similarly to how
|
|
lightfuncs work).
|
|
|
|
The basic problem is that it can't fit into an 8-byte tval so it would
|
|
need to be heap allocated at least with 8-byte tvals.
|
|
type: :task
|
|
component: duk
|
|
release:
|
|
reporter: Sami Vaarala <sami.vaarala@iki.fi>
|
|
status: :unstarted
|
|
disposition:
|
|
creation_time: 2015-01-07 14:26:19.084352 Z
|
|
references: []
|
|
|
|
id: c00ef3e6dcd08965c99735cef77db237e5f0e0b1
|
|
log_events:
|
|
- - 2015-01-07 14:26:19.708901 Z
|
|
- Sami Vaarala <sami.vaarala@iki.fi>
|
|
- created
|
|
- ""
|
|
|