Merge: Memcpy -> memmove
authorJean Privat <jean@pryen.org>
Wed, 13 Aug 2014 13:46:50 +0000 (09:46 -0400)
committerJean Privat <jean@pryen.org>
Wed, 13 Aug 2014 13:46:50 +0000 (09:46 -0400)
As discussed in #655, this PR replaces the uses of memcpy in standard by memmove, a safer alternative while not costing that much more.

Before : 0m15.584s
After : 0m15.748s

Pull-Request: #661
Reviewed-by: Jean Privat <jean@pryen.org>

1  2 
src/abstract_compiler.nit
src/global_compiler.nit
src/separate_compiler.nit

Simple merge
Simple merge
Simple merge