You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucy.apache.org by "Marvin Humphrey (JIRA)" <ji...@apache.org> on 2010/11/18 19:02:14 UTC

[lucy-issues] [jira] Created: (LUCY-127) Parallel compilation

Parallel compilation
--------------------

                 Key: LUCY-127
                 URL: https://issues.apache.org/jira/browse/LUCY-127
             Project: Lucy
          Issue Type: Improvement
          Components: Perl bindings
            Reporter: Marvin Humphrey
            Assignee: Marvin Humphrey
            Priority: Minor


To speed up the build on multi-CPU machines, we can fork() our build process
and compile in multiple child processes.

Mailing list discussion: [http://s.apache.org/f8]

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


[lucy-issues] [jira] Work started: (LUCY-127) Parallel compilation

Posted by "Marvin Humphrey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCY-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on LUCY-127 started by Marvin Humphrey.

> Parallel compilation
> --------------------
>
>                 Key: LUCY-127
>                 URL: https://issues.apache.org/jira/browse/LUCY-127
>             Project: Lucy
>          Issue Type: Improvement
>          Components: Perl bindings
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>            Priority: Minor
>             Fix For: 0.1-incubating
>
>         Attachments: parallel.patch
>
>
> To speed up the build on multi-CPU machines, we can fork() our build process
> and compile in multiple child processes.
> Mailing list discussion: [http://s.apache.org/f8]

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


[lucy-issues] [jira] Updated: (LUCY-127) Parallel compilation

Posted by "Marvin Humphrey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCY-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marvin Humphrey updated LUCY-127:
---------------------------------

    Attachment: parallel.patch

Here's a patch for Lucy::Build, the Module::Build subclass which is used to
build Lucy for Perl.  At this time, it shaves 30-40 seconds off of the c. 2m30s
it takes to run "./Build code" on my laptop.

> Parallel compilation
> --------------------
>
>                 Key: LUCY-127
>                 URL: https://issues.apache.org/jira/browse/LUCY-127
>             Project: Lucy
>          Issue Type: Improvement
>          Components: Perl bindings
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>            Priority: Minor
>         Attachments: parallel.patch
>
>
> To speed up the build on multi-CPU machines, we can fork() our build process
> and compile in multiple child processes.
> Mailing list discussion: [http://s.apache.org/f8]

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


[lucy-issues] [jira] Updated: (LUCY-127) Parallel compilation

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCY-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann updated LUCY-127:
-----------------------------------

    Fix Version/s: 0.1-incubating

- schedule

> Parallel compilation
> --------------------
>
>                 Key: LUCY-127
>                 URL: https://issues.apache.org/jira/browse/LUCY-127
>             Project: Lucy
>          Issue Type: Improvement
>          Components: Perl bindings
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>            Priority: Minor
>             Fix For: 0.1-incubating
>
>         Attachments: parallel.patch
>
>
> To speed up the build on multi-CPU machines, we can fork() our build process
> and compile in multiple child processes.
> Mailing list discussion: [http://s.apache.org/f8]

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


[lucy-issues] [jira] Resolved: (LUCY-127) Parallel compilation

Posted by "Marvin Humphrey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCY-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marvin Humphrey resolved LUCY-127.
----------------------------------

       Resolution: Later
    Fix Version/s:     (was: 0.1-incubating)

For now, we should avoid complicating matters by introducing concurrency 
into the build process.

> Parallel compilation
> --------------------
>
>                 Key: LUCY-127
>                 URL: https://issues.apache.org/jira/browse/LUCY-127
>             Project: Lucy
>          Issue Type: Improvement
>          Components: Perl bindings
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>            Priority: Minor
>         Attachments: parallel.patch
>
>
> To speed up the build on multi-CPU machines, we can fork() our build process
> and compile in multiple child processes.
> Mailing list discussion: [http://s.apache.org/f8]

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


[lucy-issues] [jira] Work stopped: (LUCY-127) Parallel compilation

Posted by "Marvin Humphrey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCY-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on LUCY-127 stopped by Marvin Humphrey.

> Parallel compilation
> --------------------
>
>                 Key: LUCY-127
>                 URL: https://issues.apache.org/jira/browse/LUCY-127
>             Project: Lucy
>          Issue Type: Improvement
>          Components: Perl bindings
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>            Priority: Minor
>             Fix For: 0.1-incubating
>
>         Attachments: parallel.patch
>
>
> To speed up the build on multi-CPU machines, we can fork() our build process
> and compile in multiple child processes.
> Mailing list discussion: [http://s.apache.org/f8]

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