annotate make/bsd/README @ 19147:609480dfa0d8

Create ExplodeLoop plugin prototype. Special sort for blocks from bci block map builder for explode loop methods. Graph builder plugin for customizing static field accesses. New Truffle option TruffleExcludeAssertions default true that excludes assertion code from being partial evaluated in the new partial evaluator.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 05 Feb 2015 03:25:21 +0100
parents f08d439fab8c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3960
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
1 Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
2 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
3
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
4 This code is free software; you can redistribute it and/or modify it
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
5 under the terms of the GNU General Public License version 2 only, as
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
6 published by the Free Software Foundation.
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
7
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
8 This code is distributed in the hope that it will be useful, but WITHOUT
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
9 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
10 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
11 version 2 for more details (a copy is included in the LICENSE file that
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
12 accompanied this code).
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
13
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
14 You should have received a copy of the GNU General Public License version
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
15 2 along with this work; if not, write to the Free Software Foundation,
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
16 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
17
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
18 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
19 or visit www.oracle.com if you need additional information or have any
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
20 questions.
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
21
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
22 ________________________________________________________________________
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
23
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
24 Please refer to the comments in the Makefile in this directory
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
25 for instructions how to build the Solaris versions.
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
26