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.
29 lines
858 B
29 lines
858 B
--- !ditz.rubyforge.org,2008-03-06/issue
|
|
title: macros to declare internal symbols
|
|
desc: |-
|
|
Two macros are needed:
|
|
|
|
* Internal symbol which is file local: essentially 'static':
|
|
|
|
* Internal symbol which is not file local. Such a symbol would be 'static'
|
|
in a single-file build, and some compiler specific linkage macro in a
|
|
multiple-file build.
|
|
|
|
Declaring a non-static symbol non-exported allows a compiler to use an
|
|
arbitrary ABI for the compiled function which may improve parameter
|
|
passing, register allocation, etc.
|
|
type: :task
|
|
component: duk
|
|
release: v0.10
|
|
reporter: sva <sami.vaarala@iki.fi>
|
|
status: :unstarted
|
|
disposition:
|
|
creation_time: 2014-02-25 20:39:24.859475 Z
|
|
references: []
|
|
|
|
id: fd060978b27e90e479b1b203884145f3ccb4ba22
|
|
log_events:
|
|
- - 2014-02-25 20:39:25.043502 Z
|
|
- sva <sami.vaarala@iki.fi>
|
|
- created
|
|
- ""
|
|
|