You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ilya Berezhniuk (JIRA)" <ji...@apache.org> on 2007/10/13 02:59:50 UTC

[jira] Updated: (HARMONY-4940) [drlvm][linux][em64t] Enable compile-time compression mode selection

     [ https://issues.apache.org/jira/browse/HARMONY-4940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilya Berezhniuk updated HARMONY-4940:
-------------------------------------

    Attachment: H-4940.diff

Attaching patch.

This patch removes runtime checking on IA-32 - there will be uncompressed mode only.
For 64-bit platforms there are 3 build modes selected by command-line option:

COMPRESSED_MODE=(compressed|uncompressed|switch)

for compressed only, uncompressed only, and runtime switchable modes correspondingly.

Default mode for 64-bit platforms is runtime-switchable, so as compression mode could be selected by the option -XX:vm.compress_references=(true|false)

Both 'build test' and EHWA suites are passed for me on IA-32/EM64t Linux

> [drlvm][linux][em64t] Enable compile-time compression mode selection
> --------------------------------------------------------------------
>
>                 Key: HARMONY-4940
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4940
>             Project: Harmony
>          Issue Type: Sub-task
>            Reporter: Ilya Berezhniuk
>         Attachments: H-4940.diff
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.