Closed
Bug 552076
Opened 16 years ago
Closed 15 years ago
Generate ffi_type for ctypes.ArrayType(t, n) lazily
Categories
(Core :: js-ctypes, defect, P3)
Core
js-ctypes
Tracking
()
RESOLVED
FIXED
People
(Reporter: dwitte, Assigned: dwitte)
References
Details
+++ This bug was initially created as a clone of Bug #552070 +++
This would avoid the present behavior of the ffi_type being O(n) in space (and time, for libffi to process). We only need the ffi_type if the array is a member of a struct -- arrays are never passed, or returned, by value in C.
| Assignee | ||
Comment 2•15 years ago
|
||
Fixed by bug 551982.
Assignee: nobody → dwitte
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•