| Anonymous | Login | Signup for a new account | 2013-06-18 09:53 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
| 0002060 | OCaml | OCaml general | public | 2004-01-26 14:38 | 2012-01-27 20:10 | ||||||
| Reporter | administrator | ||||||||||
| Assigned To | |||||||||||
| Priority | normal | Severity | feature | Reproducibility | always | ||||||
| Status | feedback | Resolution | open | ||||||||
| Platform | OS | OS Version | |||||||||
| Product Version | |||||||||||
| Target Version | Fixed in Version | ||||||||||
| Summary | 0002060: ocamlc failing when linking very large object codes | ||||||||||
| Description | Full_Name: David Monniaux Version: 3.07+2 OS: Linux Submission from: basilic.ens.fr (129.199.99.48) On one of our projects, ocamlc fails to link the object files if some very large .cmo files (generated with -g) are linked in (the one that causes the problem is 36 Mb long). The problem does not occur with ocamlopt or ocamlc without -g. The very large file is generated from an automatically generated 1900 line source code making numerous functor instanciations. | ||||||||||
| Tags | No tags attached. | ||||||||||
| Attached Files | |||||||||||
Notes |
|
|
(0000202) administrator (administrator) 2004-04-15 17:32 |
Is this limit easy to raise? DD 2004-04-15 |
|
(0006833) doligez (manager) 2012-01-27 20:10 |
It's a pity that we don't know what the error message was. From reading bytelink.ml, this looks related to the size limit on strings, and that limit practically doesn't exist on 64-bit machines. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2005-11-18 10:13 | administrator | New Issue | |
| 2012-01-27 20:10 | doligez | Note Added: 0006833 | |
| 2012-01-27 20:10 | doligez | Status | acknowledged => feedback |
| 2012-01-27 20:10 | doligez | Description Updated | View Revisions |
| Copyright © 2000 - 2011 MantisBT Group |