Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(588)

Side by Side Diff: platforms/stm/disco_fletch/cmpctmalloc_test.sh

Issue 1649703002: Update project authors statements to Dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 #!/bin/sh 1 #!/bin/sh
2 # Copyright (c) 2016, the Fletch project authors. Please see the AUTHORS file 2 # Copyright (c) 2016, the Dartino project authors. Please see the AUTHORS file
3 # for details. All rights reserved. Use of this source code is governed by a 3 # for details. All rights reserved. Use of this source code is governed by a
4 # BSD-style license that can be found in the LICENSE.md file. 4 # BSD-style license that can be found in the LICENSE.md file.
5 5
6 # Temporary script for testing the compact malloc. 6 # Temporary script for testing the compact malloc.
7 rm a.out 7 rm a.out
8 8
9 set -e 9 set -e
10 10
11 gcc \ 11 gcc \
12 -g \ 12 -g \
(...skipping 14 matching lines...) Expand all
27 -DNO_NEWLIB_REENT \ 27 -DNO_NEWLIB_REENT \
28 --std=gnu++11 \ 28 --std=gnu++11 \
29 platforms/stm/disco_fletch/src/page_allocator.cc \ 29 platforms/stm/disco_fletch/src/page_allocator.cc \
30 platforms/stm/disco_fletch/src/cmpctmalloc_test.cc \ 30 platforms/stm/disco_fletch/src/cmpctmalloc_test.cc \
31 src/shared/assert.cc \ 31 src/shared/assert.cc \
32 src/shared/platform_posix.cc src/shared/platform_linux.cc \ 32 src/shared/platform_posix.cc src/shared/platform_linux.cc \
33 src/shared/utils.cc \ 33 src/shared/utils.cc \
34 cmpctmalloc.o 34 cmpctmalloc.o
35 35
36 ./a.out 36 ./a.out
OLDNEW
« no previous file with comments | « platforms/stm/disco_fletch/circular_buffer_test.sh ('k') | platforms/stm/disco_fletch/disco_fletch.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698