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.
28 lines
877 B
28 lines
877 B
10 years ago
|
--- !ditz.rubyforge.org,2008-03-06/issue
|
||
|
title: support very old compilers with small identifier/define length limits
|
||
|
desc: |-
|
||
|
One approach is avoid mangling the identifiers in the current codebase and
|
||
|
instead:
|
||
|
|
||
|
* Ensure public API functions / constants have short enough names so
|
||
|
that they don't conflict with the compiler limits.
|
||
|
|
||
|
* Use a script to remap identifiers in the codebase, either based on a
|
||
|
manually created identifier mapping table, running identifiers, or
|
||
|
some automatic heuristics which still ensure uniqueness.
|
||
|
type: :task
|
||
|
component: duk
|
||
|
release:
|
||
|
reporter: Sami Vaarala <sami.vaarala@iki.fi>
|
||
|
status: :unstarted
|
||
|
disposition:
|
||
|
creation_time: 2014-07-07 11:05:25.590998 Z
|
||
|
references: []
|
||
|
|
||
|
id: cc1063a81798d57a88d47164ae0ae87cdc5c5761
|
||
|
log_events:
|
||
|
- - 2014-07-07 11:05:26.294914 Z
|
||
|
- Sami Vaarala <sami.vaarala@iki.fi>
|
||
|
- created
|
||
|
- ""
|