Skip to content

Bugfix for jstype = JS_STRING field option for speed optimized code

Compare
Choose a tag to compare
@timostamm timostamm released this 19 Nov 10:15

This patch fixes a bug in the plugin: The field option jstype = JS_STRING
would generate invalid code for optimized speed.

The problem only surfaces if the plugin parameter long_type_string
is not set and code is optimized for speed (instead of for code size).
See PR #29