# HG changeset patch # User Sean Halle # Date 1346668494 25200 # Node ID 0dc0b865390239b398d3711acf670ca5cb426195 # Parent 5c9b9967b423605d1b9fcca70fb629540c2fc68e New Brch -- ML_dev -- used to develop multi-lang capability in VMS, using VSs diff -r 5c9b9967b423 -r 0dc0b8653902 __brch__Dev_ML --- a/__brch__Dev_ML Mon Sep 03 03:28:56 2012 -0700 +++ b/__brch__Dev_ML Mon Sep 03 03:34:54 2012 -0700 @@ -1,10 +1,4 @@ -A HW branch for: - -generic MultiCore machines with x86 64bit instruction set - -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. - -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 +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. ======== Background on branch naming =========