代码搜索:optimizations
找到约 908 项符合「optimizations」的源代码
代码结果 908
www.eeworm.com/read/233448/4682652
c memset-2.c
/* Copyright (C) 2002 Free Software Foundation.
Test memset with various combinations of pointer alignments and constant
lengths to make sure any optimizations in the compiler are correct.
www.eeworm.com/read/233448/4684081
c fwrapv-1.c
/* Copyright (C) 2003 Free Software Foundation.
Test that the -fwrapv command line option is accepted and disables
"unsafe" optimizations that rely on undefined arithmetic overflow.
Written
www.eeworm.com/read/216802/4880526
todo
TODO JavaScript JavaScript Compiler
* General
- clean up the compiler source
* Optimizations
- Improve constant folding: type conversions, expr_multiplicative,
expr_shift, ex
www.eeworm.com/read/216802/4883797
txt notes.txt
Ideas for optimizations:
* transmit.c (SendFragments, IPSendComplete):
Keep IPFRAGMENT_CONTEXT objects and PathMTU buffers in a pool
References:
RFC 791 - Internet Protocol
http://www
www.eeworm.com/read/205824/5019126
txt notes.txt
Ideas for optimizations:
* transmit.c (SendFragments, IPSendComplete):
Keep IPFRAGMENT_CONTEXT objects and PathMTU buffers in a pool
References:
RFC 791 - Internet Protocol
http://www
www.eeworm.com/read/205824/5023074
mk unix-dev.mk
#
# FreeType 2 Configuration rules for Unix + GCC
#
# Development version without optimizations & libtool
# and no installation.
#
# Copyright 1996-2000, 2003, 2006 by
# David Turner, R
www.eeworm.com/read/201007/5062474
svn-base fft_sse.c.svn-base
/*
* FFT/MDCT transform with SSE optimizations
* Copyright (c) 2002 Fabrice Bellard.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesse
www.eeworm.com/read/190666/5177929
c memset-3.c
/* Copyright (C) 2002 Free Software Foundation.
Test memset with various combinations of constant pointer alignments and
lengths to make sure any optimizations in the compiler are correct.
www.eeworm.com/read/177697/5321520
c fft_sse.c
/*
* FFT/MDCT transform with SSE optimizations
* Copyright (c) 2002 Fabrice Bellard.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesse
www.eeworm.com/read/167562/5458704
mk unix-lcc.mk
#
# FreeType 2 Configuration rules for Unix + LCC
#
# Development version without optimizations & libtool
# and no installation.
#
# Copyright 1996-2000 by
# David Turner, Robert Wilhelm, and We