rmyorston / pdpmake

Public domain POSIX make
https://frippery.org/make
Other
107 stars 11 forks source link

utils: rewrite xconcat3 to use memcpy #52

Closed dsan-dev closed 4 months ago

dsan-dev commented 4 months ago

For minor performance reasons really...

rmyorston commented 4 months ago

Yes, it is faster. The generated code is slightly larger, which might give me pause if this were BusyBox. But it isn't, so let's go for it!