changeset 259:0dc0b8653902 Common_Ancestor

New Brch -- ML_dev -- used to develop multi-lang capability in VMS, using VSs
author Sean Halle <seanhalle@yahoo.com>
date Mon, 03 Sep 2012 03:34:54 -0700
parents 5c9b9967b423
children 999f2966a3e5 aa79134dbc88
files __brch__Dev_ML
diffstat 1 files changed, 1 insertions(+), 7 deletions(-) [+]
line diff
     1.1 --- a/__brch__Dev_ML	Mon Sep 03 03:28:56 2012 -0700
     1.2 +++ b/__brch__Dev_ML	Mon Sep 03 03:34:54 2012 -0700
     1.3 @@ -1,10 +1,4 @@
     1.4 -A HW branch for:
     1.5 -
     1.6 -generic MultiCore machines with x86 64bit instruction set
     1.7 -
     1.8 -This branch shouldn't be used, except as a lazy fall-back.  Instead, try out other branches tuned to specific hardware platforms to find the one that performs best on your machine.  Use the "exe_time_vs_task_size" project to generate curves of overhead, and compare result from various branches.
     1.9 -
    1.10 -Note, if this branch is used, then NUM_CORES in VMS_HW_specific_defs.h file has to be updated with the number of cores in your machine
    1.11 +This branch is for developing the multi-language capability in VMS.  The idea is to define langlets, whose constructs can be freely mixed together inside application code.  No need to separate into distinct modules.  A single function can use constructs from all the different langlets together inside itself.
    1.12  
    1.13  
    1.14  ========  Background on branch naming  =========