[Bug java/26007] initialized final static data should go in .rodata, not .data

2016-09-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26007

Andrew Pinski  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #5 from Andrew Pinski  ---
Closing as won't fix as the Java front-end has been removed from the trunk.

[Bug java/26007] initialized final static data should go in .rodata, not .data

2011-05-17 Thread licheng.1212 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26007

licheng.1...@gmail.com licheng.1212 at gmail dot com changed:

   What|Removed |Added

 CC||licheng.1212 at gmail dot
   ||com

--- Comment #3 from licheng.1212 at gmail dot com licheng.1212 at gmail dot 
com 2011-05-17 15:47:32 UTC ---
(In reply to comment #1)
 Note there are ticks for final static data to be changed IIRC.  I don't know
 how useful they are or if they really are valid.

put it to .rodata is very useful to embebed system,this will release many
memory useage.


[Bug java/26007] initialized final static data should go in .rodata, not .data

2011-05-17 Thread licheng.1212 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26007

--- Comment #4 from licheng.1212 at gmail dot com licheng.1212 at gmail dot 
com 2011-05-17 16:12:07 UTC ---
can anybody tell me how to change the final form .data to .rodata.
which files have the check in gcc?


[Bug java/26007] initialized final static data should go in .rodata, not .data

2006-01-31 Thread daney at gcc dot gnu dot org


--- Comment #2 from daney at gcc dot gnu dot org  2006-01-31 17:31 ---
If you fix this, you need to also make sure the Method.set* never modifies the
data under any circumstances.  Attempts at modification will result in SIGSEGV
which is usually converted to NPE.  The real exception should probably be
IllegalAccessException if modification is attempted.


-- 

daney at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
   Last reconfirmed|-00-00 00:00:00 |2006-01-31 17:31:09
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26007



[Bug java/26007] initialized final static data should go in .rodata, not .data

2006-01-28 Thread pinskia at gcc dot gnu dot org


--- Comment #1 from pinskia at gcc dot gnu dot org  2006-01-28 20:38 ---
Note there are ticks for final static data to be changed IIRC.  I don't know
how useful they are or if they really are valid.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26007



[Bug java/26007] initialized final static data should go in .rodata, not .data

2006-01-28 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Severity|normal  |enhancement


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26007