| Anonymous | Login | Signup for a new account | 2013-06-19 22:56 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 | |||
| 0005192 | OCaml | OCaml general | public | 2010-12-10 00:18 | 2012-03-24 15:01 | |||
| Reporter | meurer | |||||||
| Assigned To | xleroy | |||||||
| Priority | normal | Severity | trivial | Reproducibility | always | |||
| Status | closed | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | 3.12.1+dev | |||||||
| Target Version | Fixed in Version | 3.12.1+dev | ||||||
| Summary | 0005192: wosize vs. real size in comballoc.ml | |||||||
| Description | There is probably a typo in comballoc.ml; when combining subsequent allocations, the real size (in bytes) is compared to Config.max_young_wosize (in words). See attached patch. | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Notes |
|
|
(0005751) xleroy (administrator) 2010-12-22 14:53 |
Well spotted, thanks. You are correct that sizes are counted in bytes in Comballoc and throughout the OCaml back-end. Patch applied in bugfix branch 3.12, will go in release 3.12.1. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2010-12-10 00:18 | meurer | New Issue | |
| 2010-12-10 00:18 | meurer | File Added: comballoc.patch | |
| 2010-12-22 14:53 | xleroy | Note Added: 0005751 | |
| 2010-12-22 14:53 | xleroy | Assigned To | => xleroy |
| 2010-12-22 14:53 | xleroy | Status | new => resolved |
| 2010-12-22 14:53 | xleroy | Resolution | open => fixed |
| 2010-12-22 14:53 | xleroy | Fixed in Version | => 3.12.1+dev |
| 2012-03-24 15:01 | xleroy | Status | resolved => closed |
| Copyright © 2000 - 2011 MantisBT Group |