You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/12/11 07:52:21 UTC

[GitHub] [incubator-mxnet] leezu edited a comment on issue #17045: Relocation truncation issues

leezu edited a comment on issue #17045: Relocation truncation issues
URL: https://github.com/apache/incubator-mxnet/issues/17045#issuecomment-564420739
 
 
   To solve this, I think we can instruct the compiler to always use 64 bit relocations instead of 32 bit relocations (that may overflow), -~~use `-O2` (or in the extreme case `-Os`) instead of `-O3` to reduce code bloat~~ [1] or use some linker relaxation techniques.
   
   [1]: Still happens with `-O2` 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services