Files
sdk/runtime/bin
Florian Schneider 64e71a0b2e VM: Make more globals constant where easily possible.
Remove -fdata-section again from the Linux build configuration: It prevented
some optimizations in gcc and clang - fewer things were recognized as constants.

Add const to pointers/arrays in some places to help compilers with determining
what is a constant.  A common pattern is strlen of a string literal const char*,
or an array of function pointers.

Tested with gcc 4.8.4 / clang 3.4 and improves code qualtiy + reduces binary size.

BUG=
R=iposva@google.com, rmacnak@google.com

Review URL: https://codereview.chromium.org/1462953002 .
2015-11-20 10:52:07 +01:00
..
2015-09-15 12:49:52 -07:00
2015-09-15 12:49:52 -07:00
2014-09-30 23:29:26 +00:00
2015-06-17 14:56:55 -07:00
2015-11-19 09:24:23 -08:00
2015-11-19 09:24:23 -08:00
2014-04-10 20:26:45 +00:00
2015-01-09 13:06:37 +00:00
2015-11-19 09:24:23 -08:00
2015-10-29 23:35:46 -07:00
2015-10-29 23:35:46 -07:00
2015-11-04 07:05:12 -08:00
2015-02-12 15:13:35 +00:00
2015-10-05 12:25:20 +02:00
2015-10-05 12:25:20 +02:00
2015-01-19 09:24:48 +00:00
2015-10-29 23:35:46 -07:00
2015-10-29 23:35:46 -07:00
2015-09-15 12:49:52 -07:00